projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f8acc
)
(absolute_filename): Use absolutefn.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Apr 1996 15:39:19 +0000
(15:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Apr 1996 15:39:19 +0000
(15:39 +0000)
lib-src/etags.c
patch
|
blob
|
history
diff --git
a/lib-src/etags.c
b/lib-src/etags.c
index 77975c625aa4aee7e867add8569bba04708da037..8463e01443e787ee10caa0969509ac910159a4f3 100644
(file)
--- a/
lib-src/etags.c
+++ b/
lib-src/etags.c
@@
-4425,7
+4425,7
@@
absolute_filename (file, cwd)
cp = slashp;
do
cp--;
- while (cp >= res &&
*cp != '/'
);
+ while (cp >= res &&
!absolutefn (cp)
);
if (*cp == '/')
{
strcpy (cp, slashp + 3);